Component org.nuxeo.ecm.platform.shibboleth.exceptionhandling
In bundle org.nuxeo.ecm.platform.login.shibboleth
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.shibboleth.exceptionhandling">
<require>org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib
</require>
<extension
target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"
point="exceptionhandler">
<exceptionHandler
class="org.nuxeo.ecm.platform.shibboleth.auth.exceptionhandling.ShibbolethSecurityExceptionHandler" />
</extension>
</component>